internal/poll.FD.readUnlock (method)

12 uses

	internal/poll (current package)
		copy_file_range_linux.go#L112: 	defer src.readUnlock()
		fd_mutex.go#L230: func (fd *FD) readUnlock() {
		fd_unix.go#L145: 	defer fd.readUnlock()
		fd_unix.go#L209: 	defer fd.readUnlock()
		fd_unix.go#L236: 	defer fd.readUnlock()
		fd_unix.go#L263: 	defer fd.readUnlock()
		fd_unix.go#L290: 	defer fd.readUnlock()
		fd_unix.go#L317: 	defer fd.readUnlock()
		fd_unix.go#L344: 	defer fd.readUnlock()
		fd_unix.go#L605: 	defer fd.readUnlock()
		fd_unix.go#L709: 	defer fd.readUnlock()
		splice_linux.go#L91: 	defer sock.readUnlock()